Use 'focused' everywhere.
authorArnaud Bonatti <arnaud.bonatti@gmail.com>
Wed, 31 Aug 2016 05:46:34 +0000 (07:46 +0200)
committerArnaud Bonatti <arnaud.bonatti@gmail.com>
Thu, 1 Sep 2016 05:14:30 +0000 (07:14 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=770624

gtk/gtklabel.c
gtk/gtktreeview.c

index a8925ff61bf68e97c8bcffc9861889be5719bcbc..74873827196da6b7fbcf3774af7edebc06ba2ca7 100644 (file)
@@ -304,7 +304,7 @@ struct _GtkLabelPrivate
  * Labels with links accept keyboard focus, and it is possible to move
  * the focus between the embedded links using Tab/Shift-Tab. The focus
  * is indicated by a focus rectangle that is drawn around the link text.
- * Pressing Enter activates the focussed link, and there is a suitable
+ * Pressing Enter activates the focused link, and there is a suitable
  * context menu for links that can be opened with the Menu key. Pressing
  * Control-C copies the link URI to the clipboard.
  *
index f182530a4a6e05aee20fd48144c70f4a928cb1b4..a7463cccc472d462e02ae5db2bc10c0229d56b7d 100644 (file)
@@ -9667,7 +9667,7 @@ gtk_tree_view_clamp_column_visible (GtkTreeView       *tree_view,
   if (width > gtk_adjustment_get_page_size (tree_view->priv->hadjustment))
     {
       /* The column is larger than the horizontal page size.  If the
-       * column has cells which can be focussed individually, then we make
+       * column has cells which can be focused individually, then we make
        * sure the cell which gets focus is fully visible (if even the
        * focus cell is bigger than the page size, we make sure the
        * left-hand side of the cell is visible).